home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000130_news@columbia.edu _Tue Mar 21 09:03:51 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA04548
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 21 Mar 2000 09:03:50 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id IAA27282
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 21 Mar 2000 08:36:17 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "T.E.Dickey" <dickey@shell.clark.net>
  10. Subject: Re: K95 "title"
  11. Organization: Clark Internet Services, Inc., Ellicott City, MD USA
  12. Message-ID: <uVKB4.2468$0o4.23639@iad-read.news.verio.net>
  13. Date: Tue, 21 Mar 2000 13:36:26 GMT
  14. To: kermit.misc@columbia.edu
  15.  
  16. Clarence Dold <dold@yellow.rahul.net> wrote:
  17. > When running an xterm session, I sometimes configure the title bar and the
  18. > minimized icon to represent the work I'm doing in that window.
  19. > Can I do something similar in K95 (1.1.17)?  Sometimes, the name of the
  20. > host is enough, sometimes I want it to be more explicit.
  21.  
  22. > For xterm, for instance, I have a script
  23. >     echo "^[]0;`hostname` $1 ^G"
  24.  
  25. as Jeffrey notes, kermit recognizes the standard form of this:
  26.       echo "]0;`hostname` $1 \"
  27.  
  28. which is also recognized by dtterm and XFree86 xterm.
  29.  
  30. -- 
  31. Thomas E. Dickey
  32. dickey@clark.net
  33. http://www.clark.net/pub/dickey